From 109572286c138c11850cefb823e839c6f29d37b8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 28 Jun 2015 22:46:53 -0700 Subject: [PATCH] gtk3-demo: Group pango demos together --- demos/gtk-demo/font_features.c | 2 +- demos/gtk-demo/rotated_text.c | 2 +- demos/gtk-demo/textmask.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/gtk-demo/font_features.c b/demos/gtk-demo/font_features.c index ac1492e20f..4d953f01f3 100644 --- a/demos/gtk-demo/font_features.c +++ b/demos/gtk-demo/font_features.c @@ -1,4 +1,4 @@ -/* Font Features +/* Pango/Font Features * * This demonstrates support for OpenType font features with * Pango attributes. The attributes can be used manually or diff --git a/demos/gtk-demo/rotated_text.c b/demos/gtk-demo/rotated_text.c index 6afe6ca4d6..b75453574b 100644 --- a/demos/gtk-demo/rotated_text.c +++ b/demos/gtk-demo/rotated_text.c @@ -1,4 +1,4 @@ -/* Rotated Text +/* Pango/Rotated Text * * This demo shows how to use PangoCairo to draw rotated and transformed * text. The right pane shows a rotated GtkLabel widget. diff --git a/demos/gtk-demo/textmask.c b/demos/gtk-demo/textmask.c index 0971d35ec9..d9e57e6e87 100644 --- a/demos/gtk-demo/textmask.c +++ b/demos/gtk-demo/textmask.c @@ -1,4 +1,4 @@ -/* Text Mask +/* Pango/Text Mask * * This demo shows how to use PangoCairo to draw text with more than * just a single color. -- 2.30.2